home *** CD-ROM | disk | FTP | other *** search
- #include "Speech.h"
- #include <Packages.h>
- #include <GestaltEqu.h>
- #include <Folders.h>
-
- /* Defines */
-
- #define ALRT_ERR 128
- #define ALRT_ABOUT 130
- #define DLOG_VOICE 128
-
- #define MENU_BAR 128
-
- #define MENU_APPLE 128
- #define MENU_FILE 129
- #define FILE_QUIT 1
- #define MENU_VOICES 130
-
- #define PREFS_FILE_NAME "\pWelcome! Prefs"
- #define APP_FILE_TYPE 'GSFC'
-
- #define VOICE_RES_TYPE 'GSFc'
- #define VOICE_RES_NUMB 128
-
- #define WINDOW_IN_FRONT (WindowPtr)-1L
-